home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / gemfsc20 / gemfsc20.lzh / GEMFUNCS / WNDTOP.C < prev    next >
C/C++ Source or Header  |  1993-02-01  |  420b  |  17 lines

  1. /**************************************************************************
  2.  * WNDTOP.C - The wnd_top() function.
  3.  *              This critter is somewhere between a utility and a binding.
  4.  *************************************************************************/
  5.  
  6. #include "gemfintl.h"
  7.  
  8. short wnd_top()
  9. {
  10.     short topwindow;
  11.     short dmy;
  12.  
  13.     wind_get(0, WF_TOP, &topwindow, &dmy, &dmy, &dmy);
  14.  
  15.     return topwindow;
  16. }
  17.